From: kaf24@scramble.cl.cam.ac.uk Date: Fri, 11 Jun 2004 07:11:59 +0000 (+0000) Subject: bitkeeper revision 1.955 (40c95b3fxI_3RQuXLNjRtxdT0w4w6g) X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~18166 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=4bf8b6b36943943064a7a917827eeed2dbd49371;p=xen.git bitkeeper revision 1.955 (40c95b3fxI_3RQuXLNjRtxdT0w4w6g) Fix Linux build --- diff --git a/linux-2.4.26-xen-sparse/arch/xen/Makefile b/linux-2.4.26-xen-sparse/arch/xen/Makefile index 30e221e8c4..8e2225d13a 100644 --- a/linux-2.4.26-xen-sparse/arch/xen/Makefile +++ b/linux-2.4.26-xen-sparse/arch/xen/Makefile @@ -119,5 +119,5 @@ archmrproper: archdep: rm -f include/asm-xen/hypervisor-ifs/arch - ( cd include/asm-xen/hypervisor-ifs ; rm -rf arch ; ln -sf arch-$(SUBARCH) arch) + ( cd include/asm-xen/hypervisor-ifs ; rm -rf arch ; ln -sf arch-x86 arch) @$(MAKEBOOT) dep